Home
last modified time | relevance | path

Searched defs:sqrtf (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A Darm-vfp-asm-constraint.c30 float sqrtf(float x) { // CHECK-LABEL: @sqrtf( in sqrtf() function
/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h314 __DEVICE__ float sqrtf(float __a) { return __nv_sqrtf(__a); } sqrtf() function