/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
TestNativeSqrt.rs | 24 return native_sqrt(inV); 28 return native_sqrt(inV); 32 return native_sqrt(inV); 36 return native_sqrt(inV); 40 return native_sqrt(inV); 44 return native_sqrt(inV); 48 return native_sqrt(inV); 52 return native_sqrt(inV);
|
/external/deqp-deps/SPIRV-Tools/test/ |
ext_inst.opencl_test.cpp | 191 CASE1(Native_sqrt, native_sqrt),
|
text_to_binary.extension_test.cpp | 81 %4 = OpExtInst %3 %1 native_sqrt %5 93 {3, 4, 1, uint32_t(OpenCLLIB::Entrypoints::Native_sqrt), 5}), [all...] |
/external/swiftshader/third_party/SPIRV-Tools/test/ |
ext_inst.opencl_test.cpp | 191 CASE1(Native_sqrt, native_sqrt),
|
text_to_binary.extension_test.cpp | 81 %4 = OpExtInst %3 %1 native_sqrt %5 93 {3, 4, 1, uint32_t(OpenCLLIB::Entrypoints::Native_sqrt), 5}), [all...] |
/external/skia/src/compute/skc/platforms/cl_12/kernels/ |
rasterize.cl | 977 return native_sqrt(x * x + y * y); 992 #define SKC_WANG_SQRT(x) native_sqrt(x) [all...] |
/external/skqp/src/compute/skc/platforms/cl_12/kernels/ |
rasterize.cl | 977 return native_sqrt(x * x + y * y); 992 #define SKC_WANG_SQRT(x) native_sqrt(x) [all...] |
/external/clang/lib/Headers/ |
opencl-c.h | [all...] |