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

1 2 3 4

  /external/iptables/etc/
ethertypes 17 DEC 6000 # DEC Assigned proto
18 DNA_DL 6001 # DEC DNA Dump/Load
19 DNA_RC 6002 # DEC DNA Remote Console
20 DNA_RT 6003 # DEC DNA Routing
21 LAT 6004 # DEC LAT
22 DIAG 6005 # DEC Diagnostics
23 CUST 6006 # DEC Customer use
24 SCA 6007 # DEC Systems Comms Arch
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenNames.java 77 public static final String DEC = SIPDate.DEC;
  /external/ImageMagick/MagickCore/
Make.com 13 $then ! VAX with DEC C
20 $then ! Alpha with DEC C
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
TestExpressionFeatures.g3 49 DEC = '--';
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vsnprintf_ss.c 133 enum { OCT, DEC, HEX } base;/* base for [diouxX] conversion */
276 base = DEC;
343 base = DEC;
389 case DEC:
  /external/icu/icu4c/source/common/
usc_impl.c 28 #define DEC(sp,count) (MOD((sp) + PAREN_STACK_DEPTH - (count)))
29 #define DEC1(sp) (DEC(sp, 1))
111 int32_t fixupSP = DEC(scriptRun->parenSP, scriptRun->fixupCount);
  /prebuilts/go/darwin-x86/src/math/cmplx/
asin.go 45 // DEC -10,+10 10100 2.1e-15 3.4e-16
90 // DEC -10,+10 5200 1.6e-15 2.8e-16
135 // DEC -10,+10 5900 1.3e-16 7.8e-18
sin.go 48 // DEC -10,+10 8400 5.3e-17 1.3e-17
94 // DEC -10,+10 8400 4.5e-17 1.3e-17
exp.go 47 // DEC -10,+10 8700 3.7e-17 1.1e-17
log.go 49 // DEC -10,+10 7000 8.5e-17 1.9e-17
tan.go 54 // DEC -10,+10 5200 7.1e-17 1.6e-17
172 // DEC -10,+10 3000 6.5e-17 1.6e-17
  /prebuilts/go/linux-x86/src/math/cmplx/
asin.go 45 // DEC -10,+10 10100 2.1e-15 3.4e-16
90 // DEC -10,+10 5200 1.6e-15 2.8e-16
135 // DEC -10,+10 5900 1.3e-16 7.8e-18
sin.go 48 // DEC -10,+10 8400 5.3e-17 1.3e-17
94 // DEC -10,+10 8400 4.5e-17 1.3e-17
exp.go 47 // DEC -10,+10 8700 3.7e-17 1.1e-17
log.go 49 // DEC -10,+10 7000 8.5e-17 1.9e-17
tan.go 54 // DEC -10,+10 5200 7.1e-17 1.6e-17
172 // DEC -10,+10 3000 6.5e-17 1.6e-17
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPDate.java 90 public static final String DEC = "Dec";
238 sipMonth = DEC;
443 } else if (sipMonth.compareToIgnoreCase(DEC) == 0) {
  /external/elfutils/src/
ldlex.l 79 DEC [0-9]+[kKmM]?
172 {HEX}|{OCT}|{DEC} { char *endp;
  /external/v8/src/parsing/
token.h 46 T(DEC, "--", 0) \
314 return op == INC || op == DEC;
  /external/iproute2/lib/
ll_proto.c 46 __PF(DEC,dec)
  /prebuilts/go/darwin-x86/src/go/token/
token.go 65 DEC // --
169 DEC: "--",
  /prebuilts/go/darwin-x86/src/math/
sin.go 40 // DEC 0, 10 150000 3.0e-17 7.8e-18
72 // DEC 0,+1.07e9 17000 3.0e-17 7.2e-18
  /prebuilts/go/linux-x86/src/go/token/
token.go 65 DEC // --
169 DEC: "--",
  /prebuilts/go/linux-x86/src/math/
sin.go 40 // DEC 0, 10 150000 3.0e-17 7.8e-18
72 // DEC 0,+1.07e9 17000 3.0e-17 7.2e-18
  /external/zlib/src/as400/
compile.clp 35 DCL VAR(&CMDLEN) TYPE(*DEC) LEN(15 5) VALUE(300) /* Command length. */

Completed in 2196 milliseconds

1 2 3 4