Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGen/
H A Dmsp430-builtins.c26 double powi(double x, int y) { in powi() function
/llvm-project/clang/test/CodeGen/avr/
H A Davr-builtins.c108 double powi(double x, int y) { in powi() function
/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h232 __DEVICE__ double powi(double __a, int __b) { return __nv_powi(__a, __b); } powi() function