Home
last modified time | relevance | path

Searched refs:Small (Results 1 – 25 of 144) sorted by relevance

123456

/src/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dacos.c34 #define Small 0x3e50000000000000 /* 2^-53. */ macro
76 = vcgtq_u64 (vsubq_u64 (vreinterpretq_u64_f64 (ax), v_u64 (Small)), in acos()
77 v_u64 (Oneu - Small)); in acos()
117 TEST_INTERVAL (V_NAME_D1 (acos), 0, Small, 5000)
118 TEST_INTERVAL (V_NAME_D1 (acos), Small, 0.5, 50000)
H A Dasin.c32 #define Small 0x3e50000000000000 /* 2^-12. */ macro
71 = vcgtq_u64 (vsubq_u64 (vreinterpretq_u64_f64 (ax), v_u64 (Small)), in asin()
72 v_u64 (One - Small)); in asin()
125 TEST_INTERVAL (V_NAME_D1 (asin), 0, Small, 5000)
126 TEST_INTERVAL (V_NAME_D1 (asin), Small, 0.5, 50000)
H A Dasinf.c28 #define Small 0x39800000 /* 2^-12. */ macro
67 = vcgtq_u32 (vsubq_u32 (ia, v_u32 (Small)), v_u32 (One - Small)); in asin()
H A Dacosf.c29 #define Small 0x32800000 /* 2^-26. */ macro
71 = vcgtq_u32 (vsubq_u32 (ia, v_u32 (Small)), v_u32 (One - Small)); in acos()
/src/contrib/llvm-project/llvm/include/llvm/Target/
H A DCodeGenCWrappers.h36 return CodeModel::Small; in unwrap()
44 return CodeModel::Small; in unwrap()
51 case CodeModel::Small: in wrap()
/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h936 unsigned Small : 1; variable
988 if (Small && RHS.Small) { in swap()
1017 if (!Small && !RHS.Small) { in swap()
1023 SmallDenseMap &SmallSide = Small ? *this : RHS; in swap()
1024 SmallDenseMap &LargeSide = Small ? RHS : *this; in swap()
1029 LargeSide.Small = true; in swap()
1048 SmallSide.Small = false; in swap()
1069 Small = true; in copyFrom()
1071 Small = false; in copyFrom()
1078 Small = true; in init()
[all …]
/src/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Dacosf_1u4.c18 #define Small 0x32800000 /* 2^-26. */ macro
94 TEST_INTERVAL (acosf, 0, Small, 5000)
95 TEST_INTERVAL (acosf, Small, 0.5, 50000)
H A Dasinf_2u5.c17 #define Small 0x39800000 /* 2^-12. */ macro
95 TEST_INTERVAL (asinf, 0, Small, 5000)
96 TEST_INTERVAL (asinf, Small, 0.5, 50000)
H A Dasin_3u.c17 #define Small 0x3e50000000000000 /* 2^-26. */ macro
101 TEST_INTERVAL (asin, 0, Small, 5000)
102 TEST_INTERVAL (asin, Small, 0.5, 50000)
H A Dacos_2u.c18 #define Small 0x3c90000000000000 /* 2^-53. */ macro
95 TEST_INTERVAL (acos, 0, Small, 5000)
96 TEST_INTERVAL (acos, Small, 0.5, 50000)
/src/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetObjectFile.cpp51 if (GO == nullptr) return TM.getCodeModel() == CodeModel::Small; in isGlobalInSmallSection()
78 if (!GVA) return TM.getCodeModel() == CodeModel::Small; in isGlobalInSmallSectionImpl()
86 if (TM.getCodeModel() == CodeModel::Small) in isGlobalInSmallSectionImpl()
/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h31 enum Model { Tiny, Small, Kernel, Medium, Large }; enumerator
40 enum Level { Default=0, Small=1, Large=2 }; enumerator
/src/crypto/libecc/
H A Dmeson.build163 # Small stack handling
168 assert(not (with_small_stack_opt and with_sig_eddsa25519_opt), 'Small stack and EdDSA are incompati…
169 assert(not (with_small_stack_opt and with_sig_eddsa448_opt), 'Small stack and EdDSA are incompatibl…
170 assert(not (with_small_stack_opt and with_x25519_opt), 'Small stack and X25519 are incompatible opt…
171 assert(not (with_small_stack_opt and with_x448_opt), 'Small stack and X448 are incompatible options…
/src/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.cpp36 if (*CM != CodeModel::Small && *CM != CodeModel::Large) in getEffectiveXCoreCodeModel()
40 return CodeModel::Small; in getEffectiveXCoreCodeModel()
/src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kSubtarget.cpp154 case CodeModel::Small: in classifyLocalReference()
200 case CodeModel::Small: in classifyGlobalReference()
/src/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchTargetMachine.cpp71 return CodeModel::Small; in getEffectiveLoongArchCodeModel()
74 case CodeModel::Small: in getEffectiveLoongArchCodeModel()
/src/sys/contrib/device-tree/Bindings/net/
H A Dsff,sfp.txt1 Small Form Factor (SFF) Committee Small Form-factor Pluggable (SFP)
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp143 return RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in getEffectiveSystemZCodeModel()
144 return CodeModel::Small; in getEffectiveSystemZCodeModel()
H A DSystemZSubtarget.cpp124 if (CM == CodeModel::Small) in isPC32DBLSymbol()
/src/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp92 return RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in getEffectiveSparcCodeModel()
94 return CodeModel::Small; in getEffectiveSparcCodeModel()
/src/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp82 if (*CM == CodeModel::Small) in isLargeGlobalValue()
150 case CodeModel::Small: in getMaxCodeSize()
/src/sys/arm64/conf/
H A Dstd.nxp29 device sff # Small Form Factor Transceivers
/src/share/examples/pf/
H A Dfaq-example14 # Firewall for Home or Small Office
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp295 return CodeModel::Small; in getEffectivePPCCodeModel()
297 return CodeModel::Small; in getEffectivePPCCodeModel()
302 return CodeModel::Small; in getEffectivePPCCodeModel()
/src/sys/contrib/device-tree/Bindings/arm/
H A Dste-u300.txt18 S365 "Small Board U365":

123456