Searched defs:sty (Results 1 – 7 of 7) sorted by relevance
/external/cblas/src/ |
D | cblas_zhpr2.c | 33 *yy=(double *)Y, *stx, *sty; in cblas_zhpr2() local
|
D | cblas_chpr2.c | 33 *yy=(float *)Y, *tx, *ty, *stx, *sty; in cblas_chpr2() local
|
D | cblas_cher2.c | 33 *yy=(float *)Y, *tx, *ty, *stx, *sty; in cblas_cher2() local
|
D | cblas_zher2.c | 33 *yy=(double *)Y, *tx, *ty, *stx, *sty; in cblas_zher2() local
|
/external/llvm/test/Bindings/OCaml/ |
D | core.ml | 941 let sty = struct_type context [| i8_type; i64_type |] in var
|
/external/llvm-project/llvm/test/Bindings/OCaml/ |
D | core.ml | 989 let sty = struct_type context [| i8_type; i64_type |] in var
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/ |
D | DfpMath.java | 900 Dfp sty[] = new Dfp[2]; in atan() local
|