HomeSort by relevance Sort by last modified time
    Searched refs:new32 (Results 1 - 7 of 7) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 225 return t.new32((float) Math.PI);
229 return t.new32(Float.NEGATIVE_INFINITY, Float.NaN, Float.POSITIVE_INFINITY);
233 Target.Floaty in = t.new32(f);
234 return t.new32(
241 Target.Floaty in = t.new32(f);
242 return t.new32(
253 Target.Floaty in = t.new32(f);
254 return t.new32(
261 Target.Floaty in = t.new32(f);
262 return t.new32(
    [all...]
DoubleTest.java 39 Target.Floaty pi2 = t.new32((float) (pi * 2));
42 Target.Floaty expected = t.multiply(pi2, t.new32(x));
Target.java 76 Floaty new32(float a) { method in class:Target
80 Floaty new32(float a, float b) { method in class:Target
84 Floaty new32(float a, float b, float c) { method in class:Target
88 Floaty new32(float a, float b, float c, float d) { method in class:Target
92 Floaty new32(float a, float b, float c, float d, float e) { method in class:Target
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/
Lexer.java 611 @SuppressWarnings("hiding") Token token = new32(
1023 Token new32(@SuppressWarnings("hiding") int line, @SuppressWarnings("hiding") int pos) { return new TAnd(line, pos); } method in class:Lexer
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
Parser.java 363 ArrayList list = new32();
2290 ArrayList new32() \/* reduce AEach$Many1Command *\/ method in class:Parser
    [all...]
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 

Completed in 243 milliseconds