HomeSort by relevance Sort by last modified time
    Searched full:native_log (Results 1 - 25 of 52) sorted by null

1 2 3

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestNativeLog.rs 24 return native_log(inV);
28 return native_log(inV);
32 return native_log(inV);
36 return native_log(inV);
40 return native_log(inV);
44 return native_log(inV);
48 return native_log(inV);
52 return native_log(inV);
  /frameworks/rs/script_api/
Utilities.h 24 // Capitalizes and removes underscores. E.g. converts "native_log" to NativeLog.
Specification.h 222 // mName in the base class contains the lower case name, e.g. native_log
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVExtInst.h 147 add(OpenCLLIB::Native_log, "native_log");
OpenCL.std.h 122 Native_log = 86,
  /external/shaderc/spirv-headers/include/spirv/1.0/
OpenCL.std.h 122 Native_log = 86,
  /external/shaderc/spirv-headers/include/spirv/1.1/
OpenCL.std.h 122 Native_log = 86,
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.0/
OpenCL.std.h 118 Native_log = 86,
extinst.opencl.std.100.grammar.json 664 "opname" : "native_log",
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.1/
OpenCL.std.h 118 Native_log = 86,
extinst.opencl.std.100.grammar.json 664 "opname" : "native_log",
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.2/
OpenCL.std.h 118 Native_log = 86,
extinst.opencl.std.100.grammar.json 664 "opname" : "native_log",
  /frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
apitest.rs 1101 f = native_log(f);
1102 f2 = native_log(f2);
1103 f3 = native_log(f3);
1104 f4 = native_log(f4);
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
math_fp16.rs 210 TEST_HN_FUNC_HN(native_log);
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
apitest.rs 1119 f = native_log(f);
1120 f2 = native_log(f2);
1121 f3 = native_log(f3);
1122 f4 = native_log(f4);
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
apitest.rs 1121 f = native_log(f);
1122 f2 = native_log(f2);
1123 f3 = native_log(f3);
1124 f4 = native_log(f4);
    [all...]
  /frameworks/rs/tests/lldb/tests/harness/
RS_funs.py 567 float native_log(float v);
568 float2 native_log(float2 v);
569 float3 native_log(float3 v);
570 float4 native_log(float4 v);
    [all...]
  /frameworks/rs/script_api/include/
rs_math.rsh     [all...]
  /prebuilts/sdk/renderscript/include/
rs_math.rsh     [all...]
  /frameworks/rs/driver/runtime/
rs_cl.c 1376 extern float __attribute__((overloadable)) native_log(float v) { function
1379 extern float2 __attribute__((overloadable)) native_log(float2 v) { function
1382 extern float3 __attribute__((overloadable)) native_log(float3 v) { function
1385 extern float4 __attribute__((overloadable)) native_log(float4 v) { function
2292 HN_FUNC_HN(native_log); variable
    [all...]
  /frameworks/compile/slang/tests/P_all_api_24/
all24.rs     [all...]
  /frameworks/compile/slang/tests/P_all_api_18/
all18.rs     [all...]
  /frameworks/compile/slang/tests/P_all_api_19/
all19.rs     [all...]
  /frameworks/compile/slang/tests/P_all_api_20/
all20.rs     [all...]

Completed in 1039 milliseconds

1 2 3