OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numEdgeCases
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/test/builtins/Unit/ppc/
qdiv_test.c
102
const int
numEdgeCases
= sizeof(edgeCases) / sizeof(struct testVector);
108
for (i=0; i<
numEdgeCases
; ++i) {
[
all
...]
qmul_test.c
102
const int
numEdgeCases
= sizeof(edgeCases) / sizeof(struct testVector);
108
for (i=0; i<
numEdgeCases
; ++i) {
[
all
...]
qadd_test.c
102
const int
numEdgeCases
= sizeof(edgeCases) / sizeof(struct testVector);
108
for (i=0; i<
numEdgeCases
; ++i) {
[
all
...]
qsub_test.c
102
const int
numEdgeCases
= sizeof(edgeCases) / sizeof(struct testVector);
108
for (i=0; i<
numEdgeCases
; ++i) {
[
all
...]
Completed in 567 milliseconds