HomeSort by relevance Sort by last modified time
    Searched refs:eE (Results 1 - 25 of 41) sorted by null

1 2

  /toolchain/binutils/binutils-2.27/gas/config/
bfin-lex.l 44 [sS][fF][tT][rR][eE][sS][eE][tT] _REG.regno = REG_sftreset; return REG;
45 [oO][mM][oO][dD][eE] _REG.regno = REG_omode; return REG;
46 [iI][dD][lL][eE]_[rR][eE][qQ] _REG.regno = REG_idle_req; return REG;
47 [hH][wW][eE][rR][rR][cC][aA][uU][sS][eE] _REG.regno = REG_hwerrcause; return REG;
48 [eE][xX][cC][aA][uU][sS][eE] _REG.regno = REG_excause; return REG;
49 [eE][mM][uU][cC][aA][uU][sS][eE] _REG.regno = REG_emucause; return REG
    [all...]
  /external/skia/src/sksl/lex/
sksl.lex 1 FLOAT_LITERAL = [0-9]*\.[0-9]+([eE][+-]?[0-9]+)?|[0-9]+\.[0-9]*([eE][+-]?[0-9]+)?|[0-9]+([eE][+-]?[0-9]+)
  /external/skqp/src/sksl/lex/
sksl.lex 1 FLOAT_LITERAL = [0-9]*\.[0-9]+([eE][+-]?[0-9]+)?|[0-9]+\.[0-9]*([eE][+-]?[0-9]+)?|[0-9]+([eE][+-]?[0-9]+)
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
ExemptionMechanismExceptionTest.java 43 static String createErr(Exception tE, Exception eE) {
45 " is not equal to caught exception: ").concat(eE.toString());
  /external/libnl/lib/route/
pktloc_grammar.l 39 [eE][tT][hH] { yylval->i = TCF_LAYER_LINK; return LAYER; }
40 [nN][eE][tT] |
  /external/python/cpython2/Misc/Vim/
vim_syntax.py 51 '"\.\d\+\([eE][+-]\=\d\+\)\=[jJ]\=\>"',
52 '"\<\d\+\.\([eE][+-]\=\d\+\)\=[jJ]\=\>"',
53 '"\<\d\+\.\d\+\([eE][+-]\=\d\+\)\=[jJ]\=\>"')
python.vim 57 syn match pythonNumber "\.\d\+\([eE][+-]\=\d\+\)\=[jJ]\=\>"
58 syn match pythonNumber "\<\d\+\.\([eE][+-]\=\d\+\)\=[jJ]\=\>"
59 syn match pythonNumber "\<\d\+\.\d\+\([eE][+-]\=\d\+\)\=[jJ]\=\>"
  /external/clang/test/CXX/temp/temp.arg/temp.arg.template/
p3-0x.cpp 18 eval<E<int, float>> eE; // expected-error{{implicit instantiation of undefined template 'eval<E<int, float, 17> >}}
  /prebuilts/go/darwin-x86/src/encoding/json/
number_test.go 14 var jsonNumberRegexp = regexp.MustCompile(`^-?(?:0|[1-9]\d*)(?:\.\d+)?(?:[eE][+-]?\d+)?$`)
128 var jsonNumberRegexp = regexp.MustCompile(`^-?(?:0|[1-9]\d*)(?:\.\d+)?(?:[eE][+-]?\d+)?$`)
  /prebuilts/go/linux-x86/src/encoding/json/
number_test.go 14 var jsonNumberRegexp = regexp.MustCompile(`^-?(?:0|[1-9]\d*)(?:\.\d+)?(?:[eE][+-]?\d+)?$`)
128 var jsonNumberRegexp = regexp.MustCompile(`^-?(?:0|[1-9]\d*)(?:\.\d+)?(?:[eE][+-]?\d+)?$`)
  /external/autotest/contrib/
task_runner.sh 42 if [[ $response =~ ^([yY][eE][sS]|[yY])$ ]]; then
  /external/fio/exp/
expression-parser.l 129 [0-9]*[.][0-9]+|[0-9]*[.]?[0-9]+[eE][-+]*[0-9]+ {
  /bionic/libc/kernel/tools/
generate_uapi_headers.sh 38 set -eE
  /frameworks/data-binding/compilerCommon/
BindingExpression.g4 328 : [eE]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
fixcid.py 206 Exponent = '[eE][-+]?[0-9]+'
  /prebuilts/go/darwin-x86/src/math/big/
ratconv.go 18 return strings.ContainsRune("+-/0123456789.eE", ch)
  /prebuilts/go/linux-x86/src/math/big/
ratconv.go 18 return strings.ContainsRune("+-/0123456789.eE", ch)
  /prebuilts/go/darwin-x86/src/fmt/
scan.go 544 if s.accept("rR") && (!s.accept("uU") || !s.accept("eE")) {
549 if s.accept("aA") && (!s.accept("lL") || !s.accept("sS") || !s.accept("eE")) {
  /prebuilts/go/linux-x86/src/fmt/
scan.go 544 if s.accept("rR") && (!s.accept("uU") || !s.accept("eE")) {
549 if s.accept("aA") && (!s.accept("lL") || !s.accept("sS") || !s.accept("eE")) {
  /prebuilts/go/darwin-x86/src/text/template/parse/
lex.go 573 if l.accept("eE") {
node.go 597 if !strings.ContainsAny(text, ".eE") {
  /prebuilts/go/linux-x86/src/text/template/parse/
lex.go 573 if l.accept("eE") {
node.go 597 if !strings.ContainsAny(text, ".eE") {
  /prebuilts/go/darwin-x86/src/text/template/
exec.go 469 case constant.IsFloat && !isHexConstant(constant.Text) && strings.ContainsAny(constant.Text, ".eE"):
  /prebuilts/go/linux-x86/src/text/template/
exec.go 469 case constant.IsFloat && !isHexConstant(constant.Text) && strings.ContainsAny(constant.Text, ".eE"):

Completed in 797 milliseconds

1 2