rename a_version.alpha to a_version.alpha_
[liba.git] / java / include / liba.h
blob7c51ca9a2dd8ea8f2be2323fd1e1430dc3291c5c
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class liba */
5 #ifndef _Included_liba
6 #define _Included_liba
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
11 * Class: liba
12 * Method: clinit
13 * Signature: ()V
15 JNIEXPORT void JNICALL Java_liba_clinit
16 (JNIEnv *, jclass);
19 * Class: liba
20 * Method: isqrt
21 * Signature: (I)I
23 JNIEXPORT jint JNICALL Java_liba_isqrt__I
24 (JNIEnv *, jclass, jint);
27 * Class: liba
28 * Method: isqrt
29 * Signature: (J)I
31 JNIEXPORT jint JNICALL Java_liba_isqrt__J
32 (JNIEnv *, jclass, jlong);
35 * Class: liba
36 * Method: rsqrt
37 * Signature: (F)F
39 JNIEXPORT jfloat JNICALL Java_liba_rsqrt__F
40 (JNIEnv *, jclass, jfloat);
43 * Class: liba
44 * Method: rsqrt
45 * Signature: (D)D
47 JNIEXPORT jdouble JNICALL Java_liba_rsqrt__D
48 (JNIEnv *, jclass, jdouble);
51 * Class: liba
52 * Method: hash_bkdr
53 * Signature: ([BI)I
55 JNIEXPORT jint JNICALL Java_liba_hash_1bkdr
56 (JNIEnv *, jclass, jbyteArray, jint);
59 * Class: liba
60 * Method: hash_sdbm
61 * Signature: ([BI)I
63 JNIEXPORT jint JNICALL Java_liba_hash_1sdbm
64 (JNIEnv *, jclass, jbyteArray, jint);
66 #ifdef __cplusplus
68 #endif
69 #endif