Searched defs:secondary (Results 1 - 19 of 19) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DCompoundOrdering.java30 Comparator<? super T> secondary) {
32 = ImmutableList.<Comparator<? super T>>of(primary, secondary);
29 CompoundOrdering(Comparator<? super T> primary, Comparator<? super T> secondary) argument
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DTriDiagonalTransformer.java49 private final double[] secondary; field in class:TriDiagonalTransformer
76 secondary = new double[m - 1];
113 final double inv = 1.0 / (secondary[k - 1] * hK[k]);
116 double beta = 1.0 / secondary[k - 1];
156 cachedT.setEntry(i, i - 1, secondary[i - 1]);
159 cachedT.setEntry(i, i + 1, secondary[i]);
191 * Get the secondary diagonal elements of the matrix T of the transform.
194 * @return the secondary diagonal elements of the T matrix
197 return secondary;
219 secondary[
[all...]
H A DBiDiagonalTransformer.java47 private final double[] secondary; field in class:BiDiagonalTransformer
69 secondary = new double[p - 1];
96 final double[] diagonal = (m >= n) ? main : secondary;
148 cachedB.setEntry(i, i - 1, secondary[i - 1]);
152 cachedB.setEntry(i, i + 1, secondary[i]);
177 final double[] diagonal = (m >= n) ? secondary : main;
235 * Get the secondary diagonal elements of the matrix B of the transform.
238 * @return the secondary diagonal elements of the B matrix
241 return secondary;
296 secondary[
[all...]
H A DEigenDecompositionImpl.java63 private double[] secondary; field in class:EigenDecompositionImpl
115 * @param secondary Secondary of the tridiagonal form
121 public EigenDecompositionImpl(final double[] main,final double[] secondary, argument
125 this.secondary = secondary.clone();
462 secondary = transformer.getSecondaryDiagonalRef();
480 e[i] = secondary[i];
485 // Determine the largest main and secondary value in absolute term.
495 // Make null any main and secondary value too small to be significant
/external/v8/src/ic/
H A Dstub-cache.cc57 // secondary cache before overwriting it.
64 Entry* secondary = entry(secondary_, secondary_offset); local
65 *secondary = *primary;
85 Entry* secondary = entry(secondary_, secondary_offset); local
86 if (secondary->key == name && secondary->map == map) {
87 return secondary->value;
137 // Lookup in secondary table and add matches.
/external/libdrm/tests/vbltest/
H A Dvbltest.c63 int secondary = 0; variable
79 if (secondary)
101 fprintf(stderr, "\t-s\tuse secondary pipe\n");
117 secondary = 1;
143 if (secondary)
159 if (secondary)
/external/vboot_reference/cgpt/
H A Dcgpt_show.c144 void EntriesDetails(struct drive *drive, const int secondary, int raw) { argument
149 entry = GetEntry(&drive->gpt, secondary, i);
288 /* We show secondary table details if any of following is true.
290 * 2. only secondary is valid.
291 * 3. secondary is not identical to promary.
308 /* We show secondary header if any of following is true:
310 * 2. only secondary is valid.
311 * 3. secondary is not synonymous to primary.
H A Dcgpt_common.c172 Error("Cannot read secondary GPT header\n");
197 Error("Cannot read secondary partition entry array\n");
222 Error("Cannot write secondary header: %s\n", strerror(errno));
242 Error("Cannot write secondary entries: %s\n", strerror(errno));
705 GptEntry *GetEntry(GptData *gpt, int secondary, uint32_t entry_index) { argument
712 if (secondary == PRIMARY) {
714 } else if (secondary == SECONDARY) {
717 require(secondary == ANY_VALID);
729 void SetPriority(struct drive *drive, int secondary, uint32_t entry_index, argument
733 entry = GetEntry(&drive->gpt, secondary, entry_inde
737 GetPriority(struct drive *drive, int secondary, uint32_t entry_index) argument
743 SetTries(struct drive *drive, int secondary, uint32_t entry_index, int tries) argument
751 GetTries(struct drive *drive, int secondary, uint32_t entry_index) argument
757 SetSuccessful(struct drive *drive, int secondary, uint32_t entry_index, int success) argument
765 GetSuccessful(struct drive *drive, int secondary, uint32_t entry_index) argument
771 SetRaw(struct drive *drive, int secondary, uint32_t entry_index, uint32_t raw) argument
787 IsUnused(struct drive *drive, int secondary, uint32_t index) argument
793 IsKernel(struct drive *drive, int secondary, uint32_t index) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Ducoleitr.cpp207 uint64_t primary = 0, secondary = 0, tertiary = 0, quaternary = 0; local
218 secondary = ucol_secondaryOrder(ce);
244 primary = secondary = tertiary = 0;
254 return primary << 48 | secondary << 32 | tertiary << 16 | quaternary;
/external/icu/icu4c/source/test/intltest/
H A Dregcoll.cpp346 String[] secondary = {
351 static const UChar secondary[][CollationRegressionTest::MAX_TOKEN_LEN] = local
358 compareArray(*c, secondary, ARRAY_LENGTH(secondary));
446 // French secondary collation checking at the end of compare iteration fails
1336 errln("should forbid before-3-reset followed by primary or secondary relation");
/external/mesa3d/src/mesa/main/
H A Dff_fragment_shader.cpp1256 ir_rvalue *secondary; local
1261 secondary = swizzle_xyz(var);
1263 secondary = swizzle_xyz(get_current_attrib(p, VERT_ATTRIB_COLOR1));
1266 p->emit(assign(spec_result, add(swizzle_xyz(spec_result), secondary),
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp8963 const unsigned char *secondary, const unsigned int secondaryLength) {
8964 if (primary != NULL && secondary != NULL) {
8967 int status = SSL_select_next_proto(out, outLength, primary, primaryLength, secondary,
8960 proto_select(SSL* ssl __attribute__ ((unused)), unsigned char **out, unsigned char *outLength, const unsigned char *primary, const unsigned int primaryLength, const unsigned char *secondary, const unsigned int secondaryLength) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 605 milliseconds