/external/chromium_org/third_party/mesa/src/src/glsl/tests/ |
sexps.py | 26 # We represent a sexp in Python using nested lists containing strings. 27 # So, for example, the sexp (constant float (1.000000)) is represented 32 def check_sexp(sexp): 33 """Verify that the argument is a proper sexp. 39 if isinstance(sexp, list): 40 for s in sexp: 42 elif not isinstance(sexp, basestring): 43 raise Exception('Not a sexp: {0!r}'.format(sexp)) 45 def parse_sexp(sexp) [all...] |
/external/mesa3d/src/glsl/tests/ |
sexps.py | 26 # We represent a sexp in Python using nested lists containing strings. 27 # So, for example, the sexp (constant float (1.000000)) is represented 32 def check_sexp(sexp): 33 """Verify that the argument is a proper sexp. 39 if isinstance(sexp, list): 40 for s in sexp: 42 elif not isinstance(sexp, basestring): 43 raise Exception('Not a sexp: {0!r}'.format(sexp)) 45 def parse_sexp(sexp) [all...] |
/external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/ |
create_test_cases.py | 43 def make_declarations(sexp, already_declared = ()): 44 if isinstance(sexp, list): 45 if len(sexp) == 2 and sexp[0] == 'var_ref': 46 if sexp[1] not in already_declared: 47 declarations[sexp[1]] = [ 48 'declare', ['in'], 'float', sexp[1]] 49 elif len(sexp) == 4 and sexp[0] == 'assign': 50 assert sexp[2][0] == 'var_ref [all...] |
/external/mesa3d/src/glsl/tests/lower_jumps/ |
create_test_cases.py | 43 def make_declarations(sexp, already_declared = ()): 44 if isinstance(sexp, list): 45 if len(sexp) == 2 and sexp[0] == 'var_ref': 46 if sexp[1] not in already_declared: 47 declarations[sexp[1]] = [ 48 'declare', ['in'], 'float', sexp[1]] 49 elif len(sexp) == 4 and sexp[0] == 'assign': 50 assert sexp[2][0] == 'var_ref [all...] |
/external/stlport/src/ |
num_get_float.cpp | 349 int sexp; /* scaling exponent */ local 389 _Stl_tenscale(value, dexp, sexp); 390 bexp += sexp; 525 int sexp; local 526 _Stl_tenscale(vv.i64, dexp, sexp); 527 bexp += sexp;
|
/ndk/sources/cxx-stl/stlport/src/ |
num_get_float.cpp | 349 int sexp; /* scaling exponent */ local 389 _Stl_tenscale(value, dexp, sexp); 390 bexp += sexp; 525 int sexp; local 526 _Stl_tenscale(vv.i64, dexp, sexp); 527 bexp += sexp;
|
/external/chromium_org/tools/gyp/tools/emacs/ |
gyp.el | 127 ;; Parse up to a character that starts a sexp, or if the nesting 129 (let ((state (parse-partial-sexp (gyp-parse-point)
|
/external/valgrind/main/VEX/priv/ |
guest_generic_x87.c | 438 Int sExp, i; 475 sExp = ((Int)(arg >> 52)) & 0x7FF; 482 if (sExp == 0) { 487 sExp--; 511 /* dExp = (Double)(sExp - 1023); */ 512 sExp -= 1023; 513 if (sExp == 0) { 516 uExp = sExp < 0 ? -sExp : sExp; [all...] |
/external/chromium_org/v8/src/ |
ast.cc | 858 // Convert regular expression trees to a simple sexp representation. [all...] |
/external/v8/src/ |
ast.cc | 780 // Convert regular expression trees to a simple sexp representation. [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/ |
libgcc_eh.a | 527 ??{B ?$ I ?9 ??{ N? ?$ O? D L? B ?$ St ?# B ;% St1 ?# St2 ?# St3 ?# B ?% Sptr ?\ M\ ?<m D Av @ G ?# G ?# # ?% G ? E ? ?( 9 ?V :fs ?& I ?\ ??}Scfa ?\ Si ?5 I ? ??}No & |