Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/Headers/
Dnvptx_device_math_sin_cos.cpp33 T res_sin, res_cos; in test_sin_cos() local
35 #pragma omp target map(from: res_sin, res_cos) in test_sin_cos()
37 res_sin = std::sin(x); in test_sin_cos()
Dnvptx_device_math_sincos.cpp33 T res_sin, res_cos; in test_sincos() local
35 #pragma omp target map(from: res_sin, res_cos) in test_sincos()
37 sincos(x, &res_sin, &res_cos); in test_sincos()