Searched refs:term (Results 1 – 6 of 6) sorted by relevance
| /third_party/ulib/jemalloc/test/include/test/ |
| A D | math.h | 56 double acu, factor, oflo, gin, term, rn, a, b, an, dif; in i_gamma() local 74 term = 1.0; in i_gamma() 79 term *= x / rn; in i_gamma() 80 gin += term; in i_gamma() 81 if (term <= acu) { in i_gamma() 90 term = 0.0; in i_gamma() 100 term += 1.0; in i_gamma() 101 an = a * term; in i_gamma()
|
| /third_party/uapp/dash/src/ |
| A D | output.c | 354 char *term = getenv("TERM"); in settitle() local 355 if (term == NULL || strcmp(term, "dumb") == 0 || strcmp(term, "uart") == 0) { in settitle()
|
| /third_party/ulib/linenoise/ |
| A D | linenoise.c | 225 char *term = getenv("TERM"); in isUnsupportedTerm() local 229 if (term == NULL) return 0; in isUnsupportedTerm() 231 if (!strcasecmp(term,unsupported_term[j])) return 1; in isUnsupportedTerm() 232 if (!strcasecmp(term,"uart")) { in isUnsupportedTerm()
|
| /third_party/ulib/jemalloc/bin/ |
| A D | jeprof.in | 819 my $term = new Term::ReadLine 'jeprof'; 820 while ( defined ($_ = $term->readline('(jeprof) '))) { 821 $term->addhistory($_) if /\S/;
|
| /third_party/lib/acpica/tests/misc/ |
| A D | grammar.asl | 3085 //Syntax of Andop term 3377 // This code tests the BreakPoint opcode term. The syntax of BreakPoint Term is 4675 //This code tests the XOR opcode term 4676 //Syntax of XOR term 7915 // This code tests the Break term and While term 7917 // Syntax of Break term
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 2929 SyncLevel term is a ByteConstExpr, and incorrect code would be generated 13831 Implemented a fix for BufferData term in the ASL parser. It was
|
Completed in 37 milliseconds