Home
last modified time | relevance | path

Searched refs:exp10 (Results 1 – 14 of 14) sorted by relevance

/external/ltp/testcases/realtime/m4/
Dltp-exp10.m425 [Define to 1 if you have 'exp10' function.])
26 AC_MSG_CHECKING([for exp10])
33 exp10(val);
/external/ltp/testcases/realtime/lib/
Dlibstats.c52 # 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/
Dhud_context.c731 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/
Ddouble-float-shrink-1.ll169 %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/
DTargetLibraryInfo.cpp68 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/
Ddouble-float-shrink-1.ll216 ; 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/
Dext_inst.opencl_test.cpp121 CASE1(Exp10, exp10),
/external/deqp-deps/SPIRV-Tools/test/
Dext_inst.opencl_test.cpp121 CASE1(Exp10, exp10),
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def401 /// 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/
DTargetLibraryInfo.def571 /// double exp10(double x);
572 TLI_DEFINE_ENUM_INTERNAL(exp10)
573 TLI_DEFINE_STRING_INTERNAL("exp10")
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1008 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/
Dmpreal.h353 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/
Dopencl-c.h8007 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/
Dlibc_ubuntu1404_abilist.txt1644 fun:exp10=uninstrumented