Home
last modified time | relevance | path

Searched defs:sty (Results 1 – 7 of 7) sorted by relevance

/external/cblas/src/
Dcblas_zhpr2.c33 *yy=(double *)Y, *stx, *sty; in cblas_zhpr2() local
Dcblas_chpr2.c33 *yy=(float *)Y, *tx, *ty, *stx, *sty; in cblas_chpr2() local
Dcblas_cher2.c33 *yy=(float *)Y, *tx, *ty, *stx, *sty; in cblas_cher2() local
Dcblas_zher2.c33 *yy=(double *)Y, *tx, *ty, *stx, *sty; in cblas_zher2() local
/external/llvm/test/Bindings/OCaml/
Dcore.ml941 let sty = struct_type context [| i8_type; i64_type |] in var
/external/llvm-project/llvm/test/Bindings/OCaml/
Dcore.ml989 let sty = struct_type context [| i8_type; i64_type |] in var
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DDfpMath.java900 Dfp sty[] = new Dfp[2]; in atan() local