Searched refs:cbrtf (Results 1 – 24 of 24) sorted by relevance
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 59 float cbrtf(float); 273 F(atanh), F(atanhf), F(atanhl), F(cbrt), F(cbrtf),
|
/external/OpenCL-CTS/test_common/harness/ |
D | compat.h | 160 float cbrtf( float );
|
D | msvc9.c | 518 float cbrtf( float x ) in cbrtf() function
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCFillGeometry.cpp | 305 float padT = cbrtf(pad[0]); in find_chops_around_inflection_points() 312 float padT = cbrtf(pad[1]); in find_chops_around_inflection_points() 429 float A = cbrtf(R[i]); in find_chops_around_loop_intersection()
|
/external/skia/src/gpu/ccpr/ |
D | GrCCFillGeometry.cpp | 305 float padT = cbrtf(pad[0]); in find_chops_around_inflection_points() 312 float padT = cbrtf(pad[1]); in find_chops_around_inflection_points() 429 float A = cbrtf(R[i]); in find_chops_around_loop_intersection()
|
/external/libcxx/include/ |
D | cmath | 169 float cbrtf(float x); 401 using ::cbrtf;
|
D | math.h | 1096 inline _LIBCPP_INLINE_VISIBILITY float cbrt(float __lcpp_x) _NOEXCEPT {return ::cbrtf(_… in cbrt()
|
/external/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 114 ; CHECK: declare void @cbrtf(...) 115 declare void @cbrtf(...)
|
D | annotate.ll | 133 ; CHECK: declare float @cbrtf(float) 134 declare float @cbrtf(float)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 240 ; CHECK: declare void @cbrtf(...) 241 declare void @cbrtf(...)
|
D | annotate.ll | 259 ; CHECK: declare float @cbrtf(float) 260 declare float @cbrtf(float)
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 341 /// float cbrtf(float x); 342 TLI_DEFINE_ENUM_INTERNAL(cbrtf) 343 TLI_DEFINE_STRING_INTERNAL("cbrtf")
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 511 /// float cbrtf(float x); 512 TLI_DEFINE_ENUM_INTERNAL(cbrtf) 513 TLI_DEFINE_STRING_INTERNAL("cbrtf")
|
/external/OpenCL-CTS/test_conformance/events/ |
D | action_classes.cpp | 83 float rootSize = cbrtf( (float)( maxAllocSize / ( BufferSizeReductionFactor * 4 ) ) ); in IGetPreferredImageSize3D()
|
/external/llvm/test/Transforms/InstCombine/ |
D | double-float-shrink-1.ll | 120 ; CHECK: call fast float @cbrtf(float %f)
|
/external/clang/lib/Headers/ |
D | tgmath.h | 580 __tg_cbrt(float __x) {return cbrtf(__x);} in __tg_cbrt()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | double-float-shrink-1.ll | 147 ; CHECK-NEXT: [[CBRTF:%.*]] = call fast float @cbrtf(float [[F:%.*]])
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 165 TLI.setUnavailable(LibFunc::cbrtf); in initialize()
|
/external/arm-optimized-routines/math/test/ |
D | mathtest.c | 263 TFUNC(at_s,rt_s, cbrtf, 2*ULPUNIT),
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 830 static_assert((std::is_same<decltype(cbrtf(0)), float>::value), ""); in test_cbrt()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 958 LIBBUILTIN(cbrtf, "ff", "fne", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 861 static_assert((std::is_same<decltype(std::cbrtf(0)), float>::value), ""); in test_cbrt()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1437 fun:cbrtf=uninstrumented
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/NVPTX/ |
D | debug-info.ll | 8882 !459 = !DISubprogram(name: "cbrtf", linkageName: "_ZL5cbrtff", scope: !444, file: !444, line: 1430,…
|