Searched refs:UNDEFINED (Results 1 - 25 of 60) sorted by relevance

123

/external/cblas/testing/
H A Dauxiliary.c15 else *trans = UNDEFINED;
23 else *uplo = UNDEFINED;
30 else *diag = UNDEFINED;
37 else *side = UNDEFINED;
H A Dc_cblas2.c37 cblas_cgemv( UNDEFINED, trans,
84 cblas_cgbmv( UNDEFINED, trans, *m, *n, *kl, *ku, alpha, a, *lda, x,
114 cblas_cgeru( UNDEFINED, *m, *n, alpha, x, *incx, y, *incy, a, *lda );
142 cblas_cgerc( UNDEFINED, *m, *n, alpha, x, *incx, y, *incy, a, *lda );
171 cblas_chemv( UNDEFINED, uplo, *n, alpha, a, *lda, x, *incx,
189 cblas_chbmv(CblasRowMajor, UNDEFINED, *n, *k, alpha, a, *lda, x,
235 cblas_chbmv(UNDEFINED, uplo, *n, *k, alpha, a, *lda, x, *incx,
250 cblas_chpmv(CblasRowMajor, UNDEFINED, *n, alpha, ap, x, *incx,
291 cblas_chpmv( UNDEFINED, uplo, *n, alpha, ap, x, *incx, beta, y,
310 cblas_ctbmv(CblasRowMajor, UNDEFINED, tran
[all...]
H A Dc_zblas2.c37 cblas_zgemv( UNDEFINED, trans,
84 cblas_zgbmv( UNDEFINED, trans, *m, *n, *kl, *ku, alpha, a, *lda, x,
114 cblas_zgeru( UNDEFINED, *m, *n, alpha, x, *incx, y, *incy, a, *lda );
142 cblas_zgerc( UNDEFINED, *m, *n, alpha, x, *incx, y, *incy, a, *lda );
171 cblas_zhemv( UNDEFINED, uplo, *n, alpha, a, *lda, x, *incx,
189 cblas_zhbmv(CblasRowMajor, UNDEFINED, *n, *k, alpha, a, *lda, x,
235 cblas_zhbmv(UNDEFINED, uplo, *n, *k, alpha, a, *lda, x, *incx,
250 cblas_zhpmv(CblasRowMajor, UNDEFINED, *n, alpha, ap, x, *incx,
291 cblas_zhpmv( UNDEFINED, uplo, *n, alpha, ap, x, *incx, beta, y,
310 cblas_ztbmv(CblasRowMajor, UNDEFINED, tran
[all...]
H A Dc_dblas3.c12 #define UNDEFINED -1 macro
73 cblas_dgemm( UNDEFINED, transa, transb, *m, *n, *k, *alpha, a, *lda,
126 cblas_dsymm( UNDEFINED, side, uplo, *m, *n, *alpha, a, *lda, b, *ldb,
174 cblas_dsyrk(UNDEFINED, uplo, trans, *n, *k, *alpha, a, *lda, *beta,
230 cblas_dsyr2k(UNDEFINED, uplo, trans, *n, *k, *alpha, a, *lda,
280 cblas_dtrmm(UNDEFINED, side, uplo, trans, diag, *m, *n, *alpha,
331 cblas_dtrsm(UNDEFINED, side, uplo, trans, diag, *m, *n, *alpha,
H A Dc_sblas3.c70 cblas_sgemm( UNDEFINED, transa, transb, *m, *n, *k, *alpha, a, *lda,
123 cblas_ssymm( UNDEFINED, side, uplo, *m, *n, *alpha, a, *lda, b, *ldb,
171 cblas_ssyrk(UNDEFINED, uplo, trans, *n, *k, *alpha, a, *lda, *beta,
227 cblas_ssyr2k(UNDEFINED, uplo, trans, *n, *k, *alpha, a, *lda,
277 cblas_strmm(UNDEFINED, side, uplo, trans, diag, *m, *n, *alpha,
328 cblas_strsm(UNDEFINED, side, uplo, trans, diag, *m, *n, *alpha,
H A Dc_cblas3.c12 #define UNDEFINED -1 macro
87 cblas_cgemm( UNDEFINED, transa, transb, *m, *n, *k, alpha, a, *lda,
151 cblas_chemm( UNDEFINED, side, uplo, *m, *n, alpha, a, *lda, b, *ldb,
205 cblas_csymm( UNDEFINED, side, uplo, *m, *n, alpha, a, *lda, b, *ldb,
261 cblas_cherk(UNDEFINED, uplo, trans, *n, *k, *alpha, a, *lda, *beta,
317 cblas_csyrk(UNDEFINED, uplo, trans, *n, *k, alpha, a, *lda, beta,
381 cblas_cher2k(UNDEFINED, uplo, trans, *n, *k, alpha, a, *lda,
445 cblas_csyr2k(UNDEFINED, uplo, trans, *n, *k, alpha, a, *lda,
503 cblas_ctrmm(UNDEFINED, side, uplo, trans, diag, *m, *n, alpha,
562 cblas_ctrsm(UNDEFINED, sid
[all...]
/external/compiler-rt/make/
H A Dlib_platforms.mk28 $$(call Set,$$(var),UNDEFINED))
31 $$(call Set,$$(var).$$(config),UNDEFINED)))
34 $$(call Set,$$(var).$$(arch),UNDEFINED)))
42 $$(if $$(call strneq,UNDEFINED,$$($$(var))),, \
46 $$(if $$(and $$(call strneq,UNDEFINED,$$(UniversalArchs)),\
47 $$(call strneq,UNDEFINED,$$(Arch))),\
49 $$(if $$(or $$(call strneq,UNDEFINED,$$(UniversalArchs)),\
50 $$(call strneq,UNDEFINED,$$(Arch))),,\
55 $$(if $$(call strneq,UNDEFINED,$$($$(var))),\
59 $$(if $$(call strneq,UNDEFINED,
[all...]
H A Dsubdir.mk42 $$(call Set,$$(var),UNDEFINED))
49 $$(if $$(call strneq,UNDEFINED,$$($$(var))), \
57 $$(if $$(call strneq,UNDEFINED,$$($$(var))),, \
60 $$(if $$(call strneq,UNDEFINED,$$($$(var))),, \
/external/v8/src/js/
H A Dprologue.js14 var imports = UNDEFINED;
15 var imports_from_experimental = UNDEFINED;
17 var typed_array_setup = UNDEFINED;
158 UNDEFINED, DONT_ENUM | DONT_DELETE);
213 utils.PostNatives = UNDEFINED;
214 utils.ImportFromExperimental = UNDEFINED;
229 utils.Export = UNDEFINED;
230 utils.PostDebug = UNDEFINED;
231 utils.PostExperimentals = UNDEFINED;
232 typed_array_setup = UNDEFINED;
[all...]
H A Dcollection-iterator.js34 var value_array = [UNDEFINED, UNDEFINED];
38 result.value = UNDEFINED;
102 var value_array = [UNDEFINED, UNDEFINED];
106 result.value = UNDEFINED;
H A Dpromise.js76 %_Call(callbacks[kRejectCallback], UNDEFINED, e);
92 // 1) UNDEFINED -- This is the zero state where there is no callback
99 SET_PRIVATE(promise, promiseFulfillReactionsSymbol, UNDEFINED);
100 SET_PRIVATE(promise, promiseRejectReactionsSymbol, UNDEFINED);
105 // reset this back to UNDEFINED.
106 SET_PRIVATE(promise, promiseDeferredReactionSymbol, UNDEFINED);
114 if (DEBUG_IS_ACTIVE) PromiseSet(promise, kPending, UNDEFINED);
119 return PromiseSet(promise, kPending, UNDEFINED);
130 %_Call(deferred.resolve, UNDEFINED, result);
140 %_Call(deferred.reject, UNDEFINED, exceptio
[all...]
H A Di18n.js112 'collator': UNDEFINED,
113 'numberformat': UNDEFINED,
114 'dateformat': UNDEFINED,
115 'breakiterator': UNDEFINED
121 var DEFAULT_ICU_LOCALE = UNDEFINED;
133 var UNICODE_EXTENSION_RE = UNDEFINED;
136 if (IS_UNDEFINED(UNDEFINED)) {
145 var ANY_EXTENSION_RE = UNDEFINED;
157 var QUOTED_STRING_RE = UNDEFINED;
169 var SERVICE_RE = UNDEFINED;
[all...]
H A Dv8natives.js30 "undefined", UNDEFINED,
61 if (IS_NULL_OR_UNDEFINED(func)) return UNDEFINED;
H A Dweak-collection.js56 if (!IS_RECEIVER(key)) return UNDEFINED;
58 if (IS_UNDEFINED(hash)) return UNDEFINED;
H A Dcollection.js247 var value_array = [UNDEFINED];
318 if (IS_UNDEFINED(hash)) return UNDEFINED;
320 if (entry === NOT_FOUND) return UNDEFINED;
436 var value_array = [UNDEFINED, UNDEFINED];
/external/clang/test/Frontend/
H A Dverify.c69 # ifdef UNDEFINED // expected-note {{line_69_ignored}}
/external/clang/test/SemaCXX/
H A Ddefault1.cpp73 int pr20055_f(int x = 0, int y = UNDEFINED); // expected-error{{use of undeclared identifier}}
/external/selinux/policycoreutils/scripts/
H A Dfixfiles266 UNDEFINED=`get_undefined_type` || exit $?
268 find /tmp \( -context "*:${UNLABELED}*" -o -context "*:${UNDEFINED}*" \) \( -type s -o -type p \) -delete
269 find /tmp \( -context "*:${UNLABELED}*" -o -context "*:${UNDEFINED}*" \) -exec chcon --reference /tmp {} \;
270 find /var/tmp \( -context "*:${UNLABELED}*" -o -context "*:${UNDEFINED}*" \) -exec chcon --reference /var/tmp {} \;
271 find /var/run \( -context "*:${UNLABELED}*" -o -context "*:${UNDEFINED}*" \) -exec chcon --reference /var/run {} \;
272 [ ! -e /var/lib/debug ] || find /var/lib/debug \( -context "*:${UNLABELED}*" -o -context "*:${UNDEFINED}*" \) -exec chcon --reference /lib {} \;
/external/clang/test/CXX/stmt.stmt/stmt.select/stmt.if/
H A Dp2.cpp4 #ifdef UNDEFINED
/external/v8/src/debug/
H A Dliveedit.js183 old_script = UNDEFINED;
260 %LiveEditFunctionSetScript(info.shared_function_info, UNDEFINED);
536 this.parent = UNDEFINED;
541 this.status_explanation = UNDEFINED;
542 this.new_start_pos = UNDEFINED;
543 this.new_end_pos = UNDEFINED;
544 this.corresponding_node = UNDEFINED;
545 this.unmatched_new_nodes = UNDEFINED;
553 this.textual_corresponding_node = UNDEFINED;
554 this.textually_unmatched_new_nodes = UNDEFINED;
[all...]
H A Dmirrors.js205 return MakeMirror(UNDEFINED);
582 %_Call(ValueMirror, this, MirrorType.UNDEFINED_TYPE, UNDEFINED);
1026 return new ScopeMirror(UNDEFINED, this, UNDEFINED, index);
1094 return UNDEFINED;
1463 return new ScopeMirror(UNDEFINED, UNDEFINED, this, index);
2004 return new ScopeMirror(this, UNDEFINED, UNDEFINED, index);
2015 result.push(new ScopeMirror(this, UNDEFINED, UNDEFINE
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DUPropertyAliases.java277 return UProperty.UNDEFINED;
284 * UProperty.UNDEFINED.
312 * @return value enum, or UProperty.UNDEFINED if not defined for that property
317 return UProperty.UNDEFINED;
321 return UProperty.UNDEFINED;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUPropertyAliases.java276 return UProperty.UNDEFINED;
283 * UProperty.UNDEFINED.
311 * @return value enum, or UProperty.UNDEFINED if not defined for that property
316 return UProperty.UNDEFINED;
320 return UProperty.UNDEFINED;
/external/icu/android_icu4j/src/main/java/android/icu/lang/
H A DUProperty.java42 public static final int UNDEFINED = -1; field in interface:UProperty
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUProperty.java41 public static final int UNDEFINED = -1; field in interface:UProperty

Completed in 407 milliseconds

123