Home
last modified time | relevance | path

Searched refs:__sincosf (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_math.h298 void __sincosf(float __x, float *__sinptr, float *__cosptr) {
654 __sincosf(__x, __sinptr, __cosptr);
H A D__clang_cuda_device_functions.h520 __DEVICE__ void __sincosf(float __a, float *__s, float *__c) { in __sincosf() function