/external/OpenCL-CTS/test_conformance/clcpp/math_funcs/ |
D | half_math_funcs.hpp | 32 MATH_FUNCS_DEFINE_UNARY_FUNC1(half_math, exp10, half_exp10, reference::exp10, true, 8192.0f, 8192.0… 54 MATH_FUNCS_DEFINE_UNARY_FUNC1(half_math, exp10, half_math::exp10, reference::exp10, true, 8192.0f, …
|
D | exponential_funcs.hpp | 28 MATH_FUNCS_DEFINE_UNARY_FUNC(exponential, exp10, reference::exp10, true, 3.0f, 4.0f, 0.001f, -1000.…
|
D | reference.hpp | 57 cl_double exp10(const cl_double& x) in exp10() function
|
/external/ltp/testcases/realtime/m4/ |
D | ltp-exp10.m4 | 25 [Define to 1 if you have 'exp10' function.]) 26 AC_MSG_CHECKING([for exp10]) 33 exp10(val);
|
/external/ltp/testcases/realtime/lib/ |
D | libstats.c | 52 # define exp10(x) (exp((x) * log(10))) macro 235 (data->index + 1) < (long)exp10(quantiles->nines)) { in stats_quantiles_calc() 243 index = size - size / exp10(i); in stats_quantiles_calc() 255 fraction += 9 * exp10(i - 1); in stats_quantiles_print()
|
/external/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_context.c | 749 fixup_bytes(enum pipe_driver_query_type type, int position, uint64_t *exp10) in fixup_bytes() argument 752 *exp10 = (*exp10 / 1000) * 1024; in fixup_bytes() 763 uint64_t exp10; in hud_pane_set_max_value() local 775 exp10 = 1; in hud_pane_set_max_value() 776 for (i = 0; exp10 <= UINT64_MAX / 11 && exp10 * 9 < value; i++) { in hud_pane_set_max_value() 777 exp10 *= 10; in hud_pane_set_max_value() 778 fixup_bytes(pane->type, i + 1, &exp10); in hud_pane_set_max_value() 781 leftmost_digit = DIV_ROUND_UP(value, exp10); in hud_pane_set_max_value() 786 exp10 *= 10; in hud_pane_set_max_value() 787 fixup_bytes(pane->type, i + 1, &exp10); in hud_pane_set_max_value() [all …]
|
/external/fmtlib/include/fmt/ |
D | format-inl.h | 870 int exp10; 879 precision += exp + exp10; 964 void fallback_format(Double d, buffer<char>& buf, int& exp10) { 988 denominator.assign_pow10(exp10); 990 } else if (exp10 < 0) { 991 numerator.assign_pow10(-exp10); 1003 denominator.assign_pow10(exp10); 1032 exp10 -= num_digits - 1;
|
/external/llvm/test/Transforms/InstCombine/ |
D | double-float-shrink-1.ll | 169 %call = call fast double @exp10(double %conv) 173 ; CHECK: call fast double @exp10(double %conv) 178 %call = call fast double @exp10(double %conv) 181 ; CHECK: call fast double @exp10(double %conv) 403 declare double @exp10(double)
|
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | FunctionList.cpp | 116 …ENTRY_EXT( exp10, 3.0f, 4.0f, 8192.0f, FTZ_OFF, unaryF), //relaxed… 184 … HALF_ENTRY( exp10, 8192.0f, 8192.0f, FTZ_ON, unaryF),
|
D | main.cpp | 665 ADD_TEST( exp10 ),
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 68 TLI.setUnavailable(LibFunc::exp10); in initialize() 296 TLI.setUnavailable(LibFunc::exp10); in initialize() 299 TLI.setAvailableWithName(LibFunc::exp10, "__exp10"); in initialize() 311 TLI.setUnavailable(LibFunc::exp10); in initialize() 314 TLI.setAvailableWithName(LibFunc::exp10, "__exp10"); in initialize() 326 TLI.setUnavailable(LibFunc::exp10); in initialize()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | double-float-shrink-1.ll | 216 ; CHECK-NEXT: [[CALL:%.*]] = call fast double @exp10(double [[CONV]]) 221 %call = call fast double @exp10(double %conv) 229 ; CHECK-NEXT: [[CALL:%.*]] = call fast double @exp10(double [[CONV]]) 233 %call = call fast double @exp10(double %conv) 536 declare double @exp10(double)
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | ext_inst.opencl_test.cpp | 122 CASE1(Exp10, exp10),
|
/external/angle/third_party/spirv-tools/src/test/ |
D | ext_inst.opencl_test.cpp | 122 CASE1(Exp10, exp10),
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | ext_inst.opencl_test.cpp | 122 CASE1(Exp10, exp10),
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 401 /// double exp10(double x); 402 TLI_DEFINE_ENUM_INTERNAL(exp10) 403 TLI_DEFINE_STRING_INTERNAL("exp10")
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 571 /// double exp10(double x); 572 TLI_DEFINE_ENUM_INTERNAL(exp10) 573 TLI_DEFINE_STRING_INTERNAL("exp10")
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 1008 hasUnaryFloatFn(TLI, Op1->getType(), LibFunc::exp10, LibFunc::exp10f, in optimizePow() 1010 return emitUnaryFloatFnCall(Op2, TLI->getName(LibFunc::exp10), B, in optimizePow() 2102 case LibFunc::exp10: in optimizeCall()
|
/external/eigen/unsupported/test/mpreal/ |
D | mpreal.h | 353 friend const mpreal exp10(const mpreal& v, mp_rnd_t rnd_mode); 2229 inline const mpreal exp10 (const mpreal& x, mp_rnd_t r = mpreal::get_default_rnd()) { MPREAL_UNAR…
|
/external/clang/lib/Headers/ |
D | opencl-c.h | 8007 float __ovld __cnfn exp10(float); 8008 float2 __ovld __cnfn exp10(float2); 8009 float3 __ovld __cnfn exp10(float3); 8010 float4 __ovld __cnfn exp10(float4); 8011 float8 __ovld __cnfn exp10(float8); 8012 float16 __ovld __cnfn exp10(float16); 8014 double __ovld __cnfn exp10(double); 8015 double2 __ovld __cnfn exp10(double2); 8016 double3 __ovld __cnfn exp10(double3); 8017 double4 __ovld __cnfn exp10(double4); [all …]
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1644 fun:exp10=uninstrumented
|
/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_ext_inst_test.cpp | 4951 "exp", "exp2", "exp10", "expm1",
|
/external/angle/third_party/spirv-tools/src/test/val/ |
D | val_ext_inst_test.cpp | 4951 "exp", "exp2", "exp10", "expm1",
|
/external/mesa3d/docs/relnotes/ |
D | 20.1.0.rst | 1798 - vtn/opencl: add native exp10/log10-support
|