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

  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptIntrinsic3DLUTThunker.java 67 AllocationThunker aint = (AllocationThunker)ain; local
70 mN.forEach(aint.getNObj(), aoutt.getNObj());
ScriptIntrinsicBlurThunker.java 49 AllocationThunker aint = (AllocationThunker) ain; local
51 mN.setInput(aint.getNObj());
ScriptIntrinsicConvolve3x3Thunker.java 47 AllocationThunker aint = (AllocationThunker)ain; local
49 mN.setInput(aint.getNObj());
ScriptIntrinsicConvolve5x5Thunker.java 47 AllocationThunker aint = (AllocationThunker)ain; local
49 mN.setInput(aint.getNObj());
ScriptIntrinsicYuvToRGBThunker.java 47 AllocationThunker aint = (AllocationThunker)ain; local
49 mN.setInput(aint.getNObj());
ScriptIntrinsicColorMatrixThunker.java 88 AllocationThunker aint = (AllocationThunker)ain; local
91 mN.forEach(aint.getNObj(), aoutt.getNObj());
ScriptIntrinsicLUTThunker.java 78 AllocationThunker aint = (AllocationThunker)ain; local
81 mN.forEach(aint.getNObj(), aoutt.getNObj());
ScriptIntrinsicBlendThunker.java 44 AllocationThunker aint = (AllocationThunker)ain; local
48 mN.forEachClear(aint.getNObj(), aoutt.getNObj());
65 AllocationThunker aint = (AllocationThunker)ain; local
69 mN.forEachSrc(aint.getNObj(), aoutt.getNObj());
86 AllocationThunker aint = (AllocationThunker)ain; local
90 mN.forEachDst(aint.getNObj(), aoutt.getNObj());
107 AllocationThunker aint = (AllocationThunker)ain; local
111 mN.forEachSrcOver(aint.getNObj(), aoutt.getNObj());
128 AllocationThunker aint = (AllocationThunker)ain; local
132 mN.forEachDstOver(aint.getNObj(), aoutt.getNObj())
149 AllocationThunker aint = (AllocationThunker)ain; local
170 AllocationThunker aint = (AllocationThunker)ain; local
191 AllocationThunker aint = (AllocationThunker)ain; local
212 AllocationThunker aint = (AllocationThunker)ain; local
233 AllocationThunker aint = (AllocationThunker)ain; local
254 AllocationThunker aint = (AllocationThunker)ain; local
275 AllocationThunker aint = (AllocationThunker)ain; local
296 AllocationThunker aint = (AllocationThunker)ain; local
317 AllocationThunker aint = (AllocationThunker)ain; local
338 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);
  /external/chromium_org/third_party/boringssl/src/crypto/x509v3/
v3_utl.c 167 ASN1_INTEGER *aint; local
196 aint = BN_to_ASN1_INTEGER(bn, NULL);
198 if (!aint) {
202 if (isneg) aint->type |= V_ASN1_NEG;
203 return aint;
206 int X509V3_add_value_int(const char *name, ASN1_INTEGER *aint,
211 if(!aint) return 1;
212 if(!(strtmp = i2s_ASN1_INTEGER(NULL, aint))) return 0;
239 int X509V3_get_value_int(CONF_VALUE *value, ASN1_INTEGER **aint)
246 *aint = itmp
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 135 milliseconds