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

  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptIntrinsic3DLUTThunker.java 59 AllocationThunker aint = (AllocationThunker)ain; local
61 mN.forEach(aint.getNObj(), aoutt.getNObj());
ScriptIntrinsicBlurThunker.java 45 AllocationThunker aint = (AllocationThunker) ain; local
46 mN.setInput(aint.getNObj());
ScriptIntrinsicConvolve3x3Thunker.java 43 AllocationThunker aint = (AllocationThunker)ain; local
44 mN.setInput(aint.getNObj());
ScriptIntrinsicConvolve5x5Thunker.java 43 AllocationThunker aint = (AllocationThunker)ain; local
44 mN.setInput(aint.getNObj());
ScriptIntrinsicYuvToRGBThunker.java 43 AllocationThunker aint = (AllocationThunker)ain; local
44 mN.setInput(aint.getNObj());
ScriptIntrinsicColorMatrixThunker.java 64 AllocationThunker aint = (AllocationThunker)ain; local
66 mN.forEach(aint.getNObj(), aoutt.getNObj());
ScriptIntrinsicLUTThunker.java 58 AllocationThunker aint = (AllocationThunker)ain; local
60 mN.forEach(aint.getNObj(), aoutt.getNObj());
ScriptIntrinsicBlendThunker.java 40 AllocationThunker aint = (AllocationThunker)ain; local
43 mN.forEachClear(aint.getNObj(), aoutt.getNObj());
53 AllocationThunker aint = (AllocationThunker)ain; local
56 mN.forEachSrc(aint.getNObj(), aoutt.getNObj());
66 AllocationThunker aint = (AllocationThunker)ain; local
69 mN.forEachDst(aint.getNObj(), aoutt.getNObj());
79 AllocationThunker aint = (AllocationThunker)ain; local
82 mN.forEachSrcOver(aint.getNObj(), aoutt.getNObj());
92 AllocationThunker aint = (AllocationThunker)ain; local
95 mN.forEachDstOver(aint.getNObj(), aoutt.getNObj())
105 AllocationThunker aint = (AllocationThunker)ain; local
118 AllocationThunker aint = (AllocationThunker)ain; local
131 AllocationThunker aint = (AllocationThunker)ain; local
144 AllocationThunker aint = (AllocationThunker)ain; local
157 AllocationThunker aint = (AllocationThunker)ain; local
170 AllocationThunker aint = (AllocationThunker)ain; local
183 AllocationThunker aint = (AllocationThunker)ain; local
196 AllocationThunker aint = (AllocationThunker)ain; local
209 AllocationThunker aint = (AllocationThunker)ain; local
222 AllocationThunker aint = (AllocationThunker)ain; local
    [all...]
  /external/openssl/crypto/x509v3/
v3_utl.c 162 ASN1_INTEGER *aint; local
191 aint = BN_to_ASN1_INTEGER(bn, NULL);
193 if (!aint) {
197 if (isneg) aint->type |= V_ASN1_NEG;
198 return aint;
201 int X509V3_add_value_int(const char *name, ASN1_INTEGER *aint,
206 if(!aint) return 1;
207 if(!(strtmp = i2s_ASN1_INTEGER(NULL, aint))) return 0;
234 int X509V3_get_value_int(CONF_VALUE *value, ASN1_INTEGER **aint)
241 *aint = itmp
    [all...]
  /external/valgrind/main/memcheck/tests/
vcpu_fbench.c 381 /* aint(x) Return integer part of number. Truncates towards 0 */
383 double aint(x) function
410 x -= (aint(x / twopi) * twopi);
445 x = x - (aint(x / twopi) * twopi); /* roundoff on add of PI/2 */
514 y = aint(x / 0.5);
  /external/valgrind/main/perf/
fbench.c 377 /* aint(x) Return integer part of number. Truncates towards 0 */
379 double aint(x) function
406 x -= (aint(x / twopi) * twopi);
441 x = x - (aint(x / twopi) * twopi); /* roundoff on add of PI/2 */
510 y = aint(x / 0.5);
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 468 milliseconds