Home
last modified time | relevance | path

Searched defs:powif (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A Dmsp430-builtins.c17 float powif(float x, int y) { in powif() function
/llvm-project/clang/test/CodeGen/avr/
H A Davr-builtins.c115 float powif(float x, int y) { in powif() function
/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h233 __DEVICE__ float powif(float __a, int __b) { return __nv_powif(__a, __b); } powif() function