Searched refs:exp10 (Results 1 – 14 of 14) sorted by relevance
/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 | 731 fixup_bytes(enum pipe_driver_query_type type, int position, uint64_t *exp10) in fixup_bytes() argument 734 *exp10 = (*exp10 / 1000) * 1024; in fixup_bytes() 745 uint64_t exp10; in hud_pane_set_max_value() local 757 exp10 = 1; in hud_pane_set_max_value() 758 for (i = 0; exp10 <= UINT64_MAX / 11 && exp10 * 9 < value; i++) { in hud_pane_set_max_value() 759 exp10 *= 10; in hud_pane_set_max_value() 760 fixup_bytes(pane->type, i + 1, &exp10); in hud_pane_set_max_value() 763 leftmost_digit = DIV_ROUND_UP(value, exp10); in hud_pane_set_max_value() 768 exp10 *= 10; in hud_pane_set_max_value() 769 fixup_bytes(pane->type, i + 1, &exp10); in hud_pane_set_max_value() [all …]
|
/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/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/swiftshader/third_party/SPIRV-Tools/test/ |
D | ext_inst.opencl_test.cpp | 121 CASE1(Exp10, exp10),
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | ext_inst.opencl_test.cpp | 121 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
|