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

  /external/ltp/testcases/kernel/security/smack/
smack_set_netlabel.sh 28 new32=$(grep "$rule_a1" $smackfsdir/netlabel 2>/dev/null)
29 if [ "$new32" != "$rule_a1" ]; then
44 if [ "$old32" != "$new32" ]; then
46 \"$new32\"."
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 229 return t.new32((float) Math.PI);
237 return t.new32(Float.NEGATIVE_INFINITY, Float.NaN, Float.POSITIVE_INFINITY);
250 Target.Floaty in = t.new32(f);
251 return t.new32(
268 Target.Floaty in = t.new32(f);
269 return t.new32(
292 Target.Floaty in = t.new32(f);
293 return t.new32(
310 Target.Floaty in = t.new32(f);
311 return t.new32(
    [all...]
DoubleTest.java 40 Target.Floaty pi2 = t.new32((float) (pi * 2));
43 Target.Floaty expected = t.multiply(pi2, t.new32(x));
Target.java 138 Floaty new32(float a) { method in class:Target
142 Floaty new32(float a, float b) { method in class:Target
146 Floaty new32(float a, float b, float c) { method in class:Target
150 Floaty new32(float a, float b, float c, float d) { method in class:Target
154 Floaty new32(float a, float b, float c, float d, float e) { method in class:Target
FloatyUnitTest.java 100 Target.Floaty subnormalFloaty = t.new32(subnormalFloat);
101 Target.Floaty normalFloaty = t.new32(normalFloat1);
125 Target.Floaty subnormalFloaty = t.new32(subnormalFloat);
126 Target.Floaty normalFloaty = t.new32(normalFloat2);
150 Target.Floaty subnormalFloaty = t.new32(subnormalFloat);
167 Target.Floaty subnormalFloaty = t.new32(subnormalFloat);
342 floaty = t.new32(Float.MIN_VALUE);
348 floaty = t.new32(-Float.MIN_VALUE);
  /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...]
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 

Completed in 854 milliseconds