| /OK3568_Linux_fs/kernel/arch/x86/math-emu/ |
| H A D | reg_norm.S | 44 subw $32,EXP(%ebx) /* This can cause an underflow */ 53 subw %cx,EXP(%ebx) /* This can cause an underflow */ 59 cmpw EXP_OVER,EXP(%ebx) 62 cmpw EXP_UNDER,EXP(%ebx) 69 addw EXTENDED_Ebias,EXP(%ebx) 70 andw $0x7fff,EXP(%ebx) 79 movw $0,EXP(%ebx) 85 addw EXTENDED_Ebias,EXP(%ebx) 93 addw EXTENDED_Ebias,EXP(%ebx) 122 subw $32,EXP(%ebx) /* This can cause an underflow */ [all …]
|
| H A D | reg_round.S | 137 cmpw EXP_UNDER,EXP(%edi) 382 incw EXP(%edi) 413 cmpw EXP_OVER,EXP(%edi) 419 addw EXTENDED_Ebias,EXP(%edi) 420 andw $0x7fff,EXP(%edi) 427 orw $0x8000,EXP(%edi) /* Negative sign for the result. */ 483 subw EXP(%edi),%cx 496 addw %cx,EXP(%edi) 509 addw %cx,EXP(%edi) 534 addw %cx,EXP(%edi) [all …]
|
| H A D | reg_u_sub.S | 69 movw %dx,EXP(%edi) /* Copy exponent to destination */ 195 subw $64,EXP(%edi) 206 movw $0,EXP(%edi) /* exponent */ 216 subw $32,EXP(%edi) /* Can get underflow here */ 226 subw %cx,EXP(%edi) /* Can get underflow here */
|
| H A D | reg_u_div.S | 93 movswl EXP(%esi),%edx 94 movswl EXP(%ebx),%eax 107 movw %dx,EXP(%edi) 150 incw EXP(%edi) 426 incw EXP(%edi) 436 decw EXP(%edi) /* binary point between 1st & 2nd bits */
|
| H A D | reg_u_mul.S | 109 movw %ax,EXP(%edi) 120 decw EXP(%edi)
|
| H A D | reg_u_add.S | 66 movw %dx,EXP(%edi) /* Copy exponent to destination */ 146 incw EXP(%edi)
|
| H A D | fpu_asm.h | 27 #define EXP(x) 8(x) macro
|
| H A D | wm_sqrt.S | 96 cmpw EXP_BIAS,EXP(%esi) 351 movw EXP_BIAS,EXP(%edi) /* Result is in [1.0 .. 2.0) */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | c-tree.h | 62 #define C_TYPEDEF_EXPLICITLY_SIGNED(EXP) DECL_LANG_FLAG_1 (EXP) argument 66 #define C_FUNCTION_IMPLICIT_INT(EXP) DECL_LANG_FLAG_1 (EXP) argument 69 #define C_DECL_IMPLICIT(EXP) DECL_LANG_FLAG_2 (EXP) argument 76 #define C_DECL_DECLARED_BUILTIN(EXP) \ argument 77 DECL_LANG_FLAG_3 (FUNCTION_DECL_CHECK (EXP)) 81 #define C_DECL_BUILTIN_PROTOTYPE(EXP) \ argument 82 DECL_LANG_FLAG_6 (FUNCTION_DECL_CHECK (EXP)) 87 #define C_DECL_REGISTER(EXP) DECL_LANG_FLAG_4 (EXP) argument 93 #define C_DECL_USED(EXP) DECL_LANG_FLAG_5 (FUNCTION_DECL_CHECK (EXP)) argument 106 #define C_DECL_ISNT_PROTOTYPE(EXP) \ argument [all …]
|
| H A D | tree.h | 466 #define CONVERT_EXPR_P(EXP) CONVERT_EXPR_CODE_P (TREE_CODE (EXP)) argument 478 #define STRIP_NOPS(EXP) \ argument 479 (EXP) = tree_strip_nop_conversions (CONST_CAST_TREE (EXP)) 483 #define STRIP_SIGN_NOPS(EXP) \ argument 484 (EXP) = tree_strip_sign_nop_conversions (CONST_CAST_TREE (EXP)) 488 #define STRIP_TYPE_NOPS(EXP) \ argument 489 while ((CONVERT_EXPR_P (EXP) \ 490 || TREE_CODE (EXP) == NON_LVALUE_EXPR) \ 491 && TREE_OPERAND (EXP, 0) != error_mark_node \ 492 && (TREE_TYPE (EXP) \ [all …]
|
| H A D | real.h | 62 #define SET_REAL_EXP(REAL, EXP) \ argument 63 ((REAL)->uexp = ((unsigned int)(EXP) & (unsigned int)((1 << EXP_BITS) - 1)))
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | c-tree.h | 62 #define C_TYPEDEF_EXPLICITLY_SIGNED(EXP) DECL_LANG_FLAG_1 (EXP) argument 66 #define C_FUNCTION_IMPLICIT_INT(EXP) DECL_LANG_FLAG_1 (EXP) argument 69 #define C_DECL_IMPLICIT(EXP) DECL_LANG_FLAG_2 (EXP) argument 76 #define C_DECL_DECLARED_BUILTIN(EXP) \ argument 77 DECL_LANG_FLAG_3 (FUNCTION_DECL_CHECK (EXP)) 81 #define C_DECL_BUILTIN_PROTOTYPE(EXP) \ argument 82 DECL_LANG_FLAG_6 (FUNCTION_DECL_CHECK (EXP)) 87 #define C_DECL_REGISTER(EXP) DECL_LANG_FLAG_4 (EXP) argument 93 #define C_DECL_USED(EXP) DECL_LANG_FLAG_5 (FUNCTION_DECL_CHECK (EXP)) argument 106 #define C_DECL_ISNT_PROTOTYPE(EXP) \ argument [all …]
|
| H A D | tree.h | 466 #define CONVERT_EXPR_P(EXP) CONVERT_EXPR_CODE_P (TREE_CODE (EXP)) argument 478 #define STRIP_NOPS(EXP) \ argument 479 (EXP) = tree_strip_nop_conversions (CONST_CAST_TREE (EXP)) 483 #define STRIP_SIGN_NOPS(EXP) \ argument 484 (EXP) = tree_strip_sign_nop_conversions (CONST_CAST_TREE (EXP)) 488 #define STRIP_TYPE_NOPS(EXP) \ argument 489 while ((CONVERT_EXPR_P (EXP) \ 490 || TREE_CODE (EXP) == NON_LVALUE_EXPR) \ 491 && TREE_OPERAND (EXP, 0) != error_mark_node \ 492 && (TREE_TYPE (EXP) \ [all …]
|
| H A D | real.h | 62 #define SET_REAL_EXP(REAL, EXP) \ argument 63 ((REAL)->uexp = ((unsigned int)(EXP) & (unsigned int)((1 << EXP_BITS) - 1)))
|
| /OK3568_Linux_fs/kernel/arch/m68k/fpsp040/ |
| H A D | scosh.S | 89 |--COSH(X) = (1/2) * ( EXP(X) + 1/EXP(X) ) 96 bsr setox | ...FP0 IS EXP(|X|) 97 fmuls #0x3F000000,%fp0 | ...(1/2)EXP(|X|) 101 fdivx %fp0,%fp1 | ...1/(2 EXP(|X|))
|
| H A D | stanh.S | 129 |--TANH(X) = 1 - (2/[EXP(2X)+1]). LET Y = 2|X|, SGN = SIGN(X), 130 |--TANH(X) = SGN - SGN*2/[EXP(Y)+1]. 144 bsr setox | ...FP0 IS EXP(Y) 147 fadds #0x3F800000,%fp0 | ...EXP(Y)+1 151 fdivx %fp0,%fp1 | ...-SIGN(X)2 / [EXP(Y)+1 ]
|
| H A D | setox.S | 512 |--WE NOW COMPUTE EXP(R)-1 BY A POLYNOMIAL 546 faddx %fp2,%fp0 | ...fp0 is EXP(R) - 1 551 |--EXP(X) = 2^M * ( 2^(J/64) + 2^(J/64)*(EXP(R)-1) ) 679 |--WE NOW COMPUTE EXP(R)-1 BY A POLYNOMIAL 722 faddx %fp2,%fp0 | ...fp0 IS EXP(R)-1
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/config/aarch64/ |
| H A D | aarch64.h | 118 #define AARCH64_EXPAND_ALIGNMENT(COND, EXP, ALIGN) \ argument 120 && (TREE_CODE (EXP) == ARRAY_TYPE \ 121 || TREE_CODE (EXP) == UNION_TYPE \ 122 || TREE_CODE (EXP) == RECORD_TYPE)) ? BITS_PER_WORD : (ALIGN)) 125 #define DATA_ALIGNMENT(EXP, ALIGN) \ argument 126 AARCH64_EXPAND_ALIGNMENT (!optimize_size, EXP, ALIGN) 129 #define LOCAL_ALIGNMENT(EXP, ALIGN) \ argument 130 AARCH64_EXPAND_ALIGNMENT (!flag_conserve_stack, EXP, ALIGN)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ntb/ |
| H A D | ntb_test.sh | 180 EXP=0 205 EXP=0 215 if [[ "$DB" -ne "$EXP" ]]; then 216 echo "Doorbell doesn't match expected value $EXP " \ 222 let "EXP = $EXP | $MASK" || true
|
| /OK3568_Linux_fs/kernel/scripts/genksyms/ |
| H A D | lex.l | 37 EXP [Ee][+-]?[0-9]+ 39 REAL ({FRAC}{EXP}?{F_SUF}?)|([0-9]+{EXP}{F_SUF}?)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/ |
| H A D | sblim-sfcb-1.4.8-default-ecdh-curve-name.patch | 6 {"sslCiphers", CTL_STRING, "ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH", {0}}, 16 @@ -293,8 +293,8 @@ sslCiphers: ALL:!ADH:!LOW:!EXP:!MD5:@STR
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/ |
| H A D | cpufreq_spudemand.c | 21 #define EXP 753 /* exp(-1) in fixed-point */ macro 39 info->busy_spus = calc_load(info->busy_spus, EXP, busy_spus * FIXED_1); in calc_freq()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/config/arm/ |
| H A D | arm.h | 692 #define ARM_EXPAND_ALIGNMENT(COND, EXP, ALIGN) \ argument 694 && (TREE_CODE (EXP) == ARRAY_TYPE \ 695 || TREE_CODE (EXP) == UNION_TYPE \ 696 || TREE_CODE (EXP) == RECORD_TYPE)) ? BITS_PER_WORD : (ALIGN)) 699 #define DATA_ALIGNMENT(EXP, ALIGN) \ argument 700 ARM_EXPAND_ALIGNMENT(!optimize_size, EXP, ALIGN) 703 #define LOCAL_ALIGNMENT(EXP, ALIGN) \ argument 704 ARM_EXPAND_ALIGNMENT(!flag_conserve_stack, EXP, ALIGN)
|
| /OK3568_Linux_fs/kernel/scripts/gcc-plugins/ |
| H A D | gcc-common.h | 202 #define SCOPE_FILE_SCOPE_P(EXP) (!(EXP)) argument 263 #define C_DECL_REGISTER(EXP) DECL_LANG_FLAG_4(EXP) argument
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/jpeg/ |
| H A D | jpegd_parser.h | 74 EXP = 0xdf, /* expand reference components */ enumerator
|