HomeSort by relevance Sort by last modified time
    Searched defs:s_float (Results 1 - 11 of 11) sorted by null

  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
UT_script_group2_float.java 37 ScriptC_float_test s_float = new ScriptC_float_test(pRS); local
57 builder.addKernel(s_float.getKernelID_foo(),
60 new ScriptGroup.Binding(s_float.getFieldID_floatVal(),
62 new ScriptGroup.Binding(s_float.getFieldID_val(),
66 builder.addKernel(s_float.getKernelID_goo(),
69 new ScriptGroup.Binding(s_float.getFieldID_valLong(),
81 s_float.destroy();
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_script_group2_float.java 39 ScriptC_float_test s_float = new ScriptC_float_test(pRS); local
59 builder.addKernel(s_float.getKernelID_foo(),
62 new ScriptGroup.Binding(s_float.getFieldID_floatVal(),
64 new ScriptGroup.Binding(s_float.getFieldID_val(),
68 builder.addKernel(s_float.getKernelID_goo(),
71 new ScriptGroup.Binding(s_float.getFieldID_valLong(),
83 s_float.destroy();
  /external/mesa3d/src/compiler/glsl/
s_expression.h 107 class s_float : public s_number class in inherits:s_number
110 s_float(float x) : val(x) { } function in class:s_float
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_re.py 580 def s_float(scanner, token): return float(token) function in function:ReTests.test_scanner
585 (r"\d+\.\d*", s_float),
    [all...]
  /external/python/cpython2/Lib/test/
test_re.py 778 def s_float(scanner, token): return float(token) function in function:ReTests.test_scanner
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_re.py 644 def s_float(scanner, token): return float(token) function in function:ReTests.test_scanner
649 (r"\d+\.\d*", s_float),
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_re.py 644 def s_float(scanner, token): return float(token) function in function:ReTests.test_scanner
649 (r"\d+\.\d*", s_float),
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_re.py 644 def s_float(scanner, token): return float(token) function in function:ReTests.test_scanner
649 (r"\d+\.\d*", s_float),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_re.py 644 def s_float(scanner, token): return float(token) function in function:ReTests.test_scanner
649 (r"\d+\.\d*", s_float),
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c 639 LLVMValueRef s_float, t_float = NULL, r_float = NULL; local
654 s_float = s; t_float = t; r_float = r;
695 s_ipart, s_float,
1039 LLVMValueRef s_ipart, s_fpart, s_float; local
    [all...]
  /external/python/cpython2/Modules/_ctypes/
cfield.c 1685 typedef struct { char c; float x; } s_float; typedef in typeref:struct:__anon30163
    [all...]

Completed in 1292 milliseconds